home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
graphics
/
regions.inc
< prev
next >
Wrap
Text File
|
1998-06-24
|
205b
|
15 lines
include "inc/exec/types.inc";
include "inc/graphics/gfx.inc";
struct RegionRectangle is
Next:ulong;
Prev:ulong;
bounds:Rectangle;
;
struct Region is
bounds:Rectangle;
RegionRectangle:ulong;
;